Threshold schemes could potentially allow connections to be terminated at the CDN with reduced privacy impact.
Focus on thresholdising multivariate-based signatures schemes.
Is based on the assumed hardness of finding a solution (if exists) to a system of multivariate quadratic equations over a finite field. This is called the MQ problem.
It’s known to be NP-hard on average for an extensive range of parameters.
is number of variables, is number of equations. is the finite field of prime order .
All coefficients are in
Essentially the problem is that given a multivariate quadratic map, and a target in the co-domain, find an input in the domain that gives it.
MQDSS SOFIA MUDFISH
Maps look random but in reality have a hidden structure that is only known to the signer. They are based on the Hash-and-Sign with Retries approach.
A public key is the function that is the trapdoor function. The secret key is the information about the trapdoor that allows the signer to invert it easily. A signature is some input where .
Trapdoor: linear subspace (oil space) of dimension on which vanishes ( for every vector: )
The signature is
A Commitment Scheme can technically be built out of MQ, but will not be efficient.
@claucece